net/http.http2writeResHeaders.endStream (field)

6 uses

	net/http (current package)
		h2_bundle.go#L6826: 			endStream:     endStream,
		h2_bundle.go#L6861: 			endStream: true,
		h2_bundle.go#L7087: 			endStream:   rws.handlerDone && !rws.hasTrailers(),
		h2_bundle.go#L11038: 		return v.endStream
		h2_bundle.go#L11181: 	endStream   bool
		h2_bundle.go#L11239: 			EndStream:     w.endStream,